Allow debuginfo level to be specified
authorSteven Fackler <sfackler@gmail.com>
Thu, 12 Jan 2017 05:35:17 +0000 (21:35 -0800)
committerSteven Fackler <sfackler@gmail.com>
Fri, 13 Jan 2017 04:11:29 +0000 (20:11 -0800)
commit6d864a81cbdd5e551f55c9e52c18dc7e8ddd2e2e
tree537015734f61827b8e6e168d498e1396fdfd5c24
parent6291619896fc6a83d619945148670b6420aa06ec
Allow debuginfo level to be specified

`true` is mapped to `2`, which matches current behavior.
13 files changed:
src/cargo/core/manifest.rs
src/cargo/ops/cargo_rustc/custom_build.rs
src/cargo/ops/cargo_rustc/job_queue.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/util/toml.rs
src/doc/manifest.md
tests/build-lib.rs
tests/build-script.rs
tests/build.rs
tests/cross-compile.rs
tests/profiles.rs
tests/run.rs
tests/rustc.rs